***************************************************************************
Title:       "Single Player"
File Name: Single Player.txt
Date: 27.05.2005
***************************************************************************


Single Player (   "single_player on").
====================================================================

  "bot.dll"   "Game Dir",       , 
(     "nfk.exe")     "basenfk".

  :
 -     (mapname.cfg);
 -      (mapname.nfo);
 -       .

:
 -   (mapname.cfg & mapname.nfo)     ;
 -       "single_player";
 -   (filename.wav)       "sound".


Single Player Triggers.
=======================

    X  Y   .
    : , ,   .
   "Single Triggers" ,     .

 "*.nfo"      - "[properties]".
     (   65535).
,        .

:
[properties]
ConfigCount=0
DoorCount=1
SoundCount=0
MessageCount=2

1. Config ()
     ,     "file_name",
   .   : "coordinate_x",
"coordinate_y", "trigger_width"  "trigger_height" (  ).
   "bot" (yes/no).      .
    ,   "replay" (yes/no).
     "wait_time" (50 - 1 ).

:
[configX] ( X -   )
coordinate_x=2
coordinate_y=27
trigger_width=1
trigger_height=1
bot=no
replay=no
wait_time=500
file_name=apply01.cfg

2. Door ()
   ,  ,    .
    ,   .   ,   .
    "coordinate".    
"check_point" (   ,     ).
   "passable" (yes/no).   "no"    ,
     (     "bot_do_not_respawn").
 "visible"    .  : yes/no
(/ ), OnActivate (    - check_point),
OnPassable (,    ,   "passable=no").
,     ,   "teleport"
(    ,      ).
         "none",
      .      .

:
[doorX] ( X -   )
coordinate_x=10
coordinate_y=12
check_point_x=3
check_point_y=16
passable=yes
visible=no
teleport=dm2 ( "teleport=dm2 rail")

3. Sound ()
   .   "WAV" .
,    ,   ,  :
"coordinate_x", "coordinate_y", "trigger_width"  "trigger_height".
    ,   "replay" (yes/no).
     "wait_time" (50 - 1 ).
   ,   "file_name".

:
[soundX] ( X -   )
coordinate_x=3
coordinate_y=16
trigger_width=1
trigger_height=1
replay=no
wait_time=500
file_name=Activate.wav

4. Message ()
,      . ,    ,
  ,    .
     "show_coordinate".
    ,   "width"  "height"
(   ,   ).
   "box_color" (: black, blue, green, red  white).
    ,   "replay" (yes/no).
  ,     ,   "wait_time".
      "stringX"
(X -  ,    ,     ).
     ^1, ^2  ..    NFK
(     ).

:
[messageX] ( X -   )
coordinate_x=15
coordinate_y=3
trigger_width=1
trigger_height=1
show_coordinate_x=7
show_coordinate_y=13
width=4
height=1
box_color=white
replay=yes
wait_time=500
string1=^3 Don`t use Russian text!


   "*.nfo" .
=========================================

-     () -   "Activate.wav" (replay=no)
-    ,   -  ,  ,
      (replay=no)
-   ,      -   "Broken.wav"
  (replay=yes)
-   ,      -  ,  ,
     (replay=yes)
-     -  : "  " (replay=yes)
-  ""   "Are You Ready?"    "AreYouReady.wav"
  (replay=no)


Dead & Double Mode ( "dead_mode on"  "double_mode on").
=================================================================

      (CTF  TDM).
  ,    "bot_do_not_respawn".
     .
"Dead Mode":   -    (   ).
"Double Mode": ,      "Dead Mode"
(   -      ).


Bot Patch (  ).
=============================================

"bot_do_not_respawn <0..7>" -     (:  ).
"bot_give_item <0..7> <1..6>" -   (: 1 - Regeneration; 2 - Battle Suit;
 3 - Haste; 4 - Quad Damage; 5 - Fly; 6 - Invisibility).
"bot_give_weapon <0..7> <1..8>" -     (: 1 - MachineGun;
 2 - ShotGun; 3 - Grenade; 4 - Rocket; 5 - Shaft; 6 - RailGun; 7 - PlasmaGun; 8 - BFG).
"bot_set_air <0..7> <0..250>" -   .
"bot_set_armor <0..7> <0..200>" -   .
"bot_set_health <0..7> <0..200>" -    ("0"  ).
"bot_teleport <0..7> <1..248> <1..248>" -   (  ).
"bot_move_mode <0..7> <0..2>" -   (: 0 -  ;
 1 -     ; 2 -       ).
"bot_weapon_id <0..7> <-1..8> -    ("-1"  ).

:         075fix  .



Created by Naphy & Vlad_Slav
